home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / brailler-04b-c / brlr ƒ / Shell ƒ / buttons.h < prev    next >
Encoding:
Text File  |  1994-11-23  |  388 b   |  7 lines  |  [TEXT/MMCC]

  1. void Draw3DButton(Rect *buttonRect, unsigned char *theTitle,
  2.     Handle iconHandle, short buttonDepth, Boolean isDown, Boolean drawTriangle);
  3. Boolean Track3DButton(Rect *buttonRect, unsigned char *theTitle,
  4.     Handle iconHandle, short buttonDepth, Boolean drawTriangle);
  5. void Hit3DButton(Rect *buttonRect, unsigned char *theTitle,
  6.     Handle iconHandle, short buttonDepth, Boolean drawTriangle);
  7.